/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
 
 #forum {
	/* width: 810px;
	padding-left: 7px;
	*/
 }

/* General font families for common tags */
#forum font,#forum th,#forum td,#forum p { font-family: Verdana,#forum  Arial,#forum  Helvetica,#forum  sans-serif }
#forum a:link,#forum a:active,#forum a:visited { color : #006699; }
#forum a:hover		{ text-decoration: underline; }
#forum hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
#forum .bodyline	{ background-color: #FFFFFF; }

/* This is the outline round the main forum tables */
#forum .forumline	{ background-color: #FFFFFF; }


/* Main table cell colours and backgrounds */
#forum td.row1	{ background-color: #FCFCFC; }
/* #forum td.row2	{ background-color: #DEE3E7; } */
#forum td.row3	{ background-color: #EEF0F2; }


/*
  This is for the table cell above the Topics,#forum  Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However,#forum  you could replace this with a bitmap specific for each forum
*/
	/*
#forum td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;		
}
*/
#forum td.rowpic, #forum th, #forum td.cat,#forum td.catHead,#forum td.catSides,#forum td.catLeft,#forum td.catRight {
	text-transform:lowercase;
	font-family:tahoma;
	font-size:11px;
	padding:0 2 4 4;
	font-weight:bold;
	color:White !important;
	background-image : url(../../../content/fishnet/images/gradient_green.jpg);
	background-repeat :  repeat-x;
}


/* Header cells - the blue and silver gradient backgrounds */
/*
#forum th	{
	color: #366377; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic1.gif);
}

#forum td.cat,#forum td.catHead,#forum td.catSides,#forum td.catLeft,#forum td.catRight,#forum td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#EEF0F2; border: #FFFFFF; border-style: solid; height: 28px;
			vertical-align: middle !important;
}
*/

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this,#forum  just ignore it :-)
*/
#forum td.cat,#forum td.catHead,#forum td.catBottom {
	height: 24px;
	border-width: 0px 0px 0px 0px;
}
#forum th.thHead,#forum th.thSides,#forum th.thTop,#forum th.thLeft,#forum th.thRight,#forum th.thBottom,#forum th.thCornerL,#forum th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
#forum td.row3Right,#forum td.spaceRow {
	background-color: #EEF0F2; border: #FFFFFF; border-style: solid; }

#forum th.thHead b,#forum td.catHead b { color: #FFFFFF !important; font-size: 11px; border-width: 1px 1px 0px 1px; }
#forum th.thSides,#forum td.catSides,#forum td.spaceRow	 { border-width: 0px 1px 0px 1px; }
#forum th.thRight,#forum td.catRight,#forum td.row3Right	 { border-width: 0px 1px 0px 0px; }
#forum th.thLeft,#forum td.catLeft	  { border-width: 0px 0px 0px 1px; }
#forum th.thBottom,#forum td.catBottom  { border-width: 0px 1px 1px 1px; }
#forum th.thTop	 { border-width: 1px 0px 0px 0px; }
#forum th.thCornerL { border-width: 1px 0px 0px 1px; }
#forum th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
#forum .maintitle,#forum h1,#forum h2	{
			font-weight: bold; 
			font-size: 15px; 
			font-family: "Trebuchet MS",#forum Verdana,#forum  Arial,#forum  Helvetica,#forum  sans-serif;
			text-decoration: none; 
			line-height : 120%; 
			color : #000000;
}

/* General text */
#forum .gen { font-size : 11px; }
#forum .genmed { font-size : 11px; }
#forum .gensmall { font-size : 10px; }
#forum .gen,#forum .genmed,#forum .gensmall { color : #000000; }
#forum a.gen,#forum a.genmed,#forum a.gensmall { color: #006699; text-decoration: none; }
#forum a.gen:hover,#forum a.genmed:hover,#forum a.gensmall:hover	{  text-decoration: underline; }


/* The register,#forum  login,#forum  search etc links at the top of the page */
#forum .mainmenu		{ font-size : 11px; color : #000000 }
#forum a.mainmenu		{ text-decoration: none; color : #006699;  }
#forum a.mainmenu:hover{ text-decoration: underline; }


/* Forum category titles */
#forum a.cattitle		{ text-decoration: none; color : white; font-size: 11px !important; }
#forum a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
#forum .forumlink		{ font-weight: bold; color : #006699; font-size: 11px !important;}
#forum a.forumlink 	{ text-decoration: none; color : #006699; }


/* Used for the navigation text,#forum  (Page 1,#forum 2,#forum 3 etc) and the navigation bar when in a forum */
#forum a.nav			{ font-weight: bold; text-decoration: none; color : #006699; }
#forum a.nav:hover		{ text-decoration: underline; }

#forum .forumline a.nav {
	color: White !important;
}

#forum .row1 .nav a.nav, #forum .row2 .nav a.nav {
	font-weight: normal;
	color: #006699 !important;
}

/* titles for the topics: could specify viewed link colour too */
#forum .topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
#forum a.topictitle:link   { text-decoration: none; color : #006699; }
#forum a.topictitle:visited { text-decoration: none; color : #5493B4; }
#forum a.topictitle:hover	{ text-decoration: underline; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
#forum .name			{ font-size : 11px; color : #000000;}

/* Location,#forum  number of posts,#forum  post date etc */
#forum .postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
#forum .postbody { font-size : 12px;}
#forum a.postlink:link	{ text-decoration: none; color : #006699 }
#forum a.postlink:visited { text-decoration: none; color : #5493B4; }
#forum a.postlink:hover { text-decoration: underline; }


/* Quote & Code blocks */
#forum .code {
	font-family: Courier,#forum  'Courier New',#forum  sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

#forum .quote {
	font-family: Verdana,#forum  Arial,#forum  Helvetica,#forum  sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
#forum .copyright		{ font-size: 10px; font-family: Verdana,#forum  Arial,#forum  Helvetica,#forum  sans-serif; color: #444444; letter-spacing: -1px;}
#forum a.copyright		{ color: #444444; text-decoration: none;}
#forum a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
#forum input,#forum textarea,#forum  select {
	color : #000000;
	font: normal 11px Verdana,#forum  Arial,#forum  Helvetica,#forum  sans-serif;

}

/* The text input fields background colour */
#forum input.post,#forum  textarea.post,#forum  select {
	background-color : #FFFFFF;
}

#forum input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
#forum input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana,#forum  Arial,#forum  Helvetica,#forum  sans-serif;
}

/* The main submit button option */
#forum input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
#forum input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box,#forum  but if set to be the same
  colour as the background no one will know ;)
*/
#forum .helpline { background-color: #DEE3E7; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* @import url("formIE.css"); */

